home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / M / MacPerl 4.13 source.sit / Perl Source ƒ / MacPerl / MPHelp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-27  |  679 b   |  31 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Real Perl Application
  3. File        :    MPHelp.h            -    Various helpful functions
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C
  6.  
  7. $Log: MPHelp.h,v $
  8. Revision 1.1  1994/02/27  23:03:39  neeri
  9. Initial revision
  10.  
  11. Revision 0.1  1993/09/16  00:00:00  neeri
  12. Runtime doesn't support Ballons
  13.  
  14. *********************************************************************/
  15.  
  16. #ifndef __MPHELP__
  17. #define __MPHELP__
  18.  
  19. #include <Memory.h>
  20. #include <QuickDraw.h>
  21. #include <Types.h>
  22.  
  23. #include "MPGlobals.h"
  24.  
  25. #ifndef RUNTIME
  26. void DoHelp(WindowPtr win, DPtr doc, Point pt, Boolean inText);
  27. #endif
  28.  
  29. void Explain(DPtr doc);
  30.  
  31. #endif